From 1eb2df8d1ba7aadf3ac2f841d6c9c31e7e9677ff Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 17 Aug 2016 10:56:43 -0700 Subject: [PATCH] Change download source for OpenSSL Apparently they now redirect openssl.org to www.openssl.org --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 45f4dab6b..d8093de5e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -242,7 +242,7 @@ endef $(foreach target,$(CFG_TARGET),$(eval $(call BUILD_OPENSSL,$(target)))) target/openssl/openssl-$(OPENSSL_VERS).tar.gz: | target/openssl/ - curl -o $(@) https://openssl.org/source/openssl-$(OPENSSL_VERS).tar.gz + curl -o $(@) https://www.openssl.org/source/openssl-$(OPENSSL_VERS).tar.gz sha256sum $(@) > $(@).sha256 test $(OPENSSL_SHA256) = `cut -d ' ' -f 1 $(@).sha256` -- 2.30.2